home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Applications / Charting Coach / Charting Coach V2.0sw / Charting Coach V2.DXR / 00269.ls < prev    next >
Encoding:
Text File  |  1996-10-13  |  186 b   |  12 lines

  1. on enterFrame
  2.   if rollOver(9) and (the mouseH < 625) then
  3.     go("monthlyM" & ((the mouseH - 3) / 58) + 1)
  4.   else
  5.     go("monthly mucus")
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.